|
|
|
|
IsLastDisplayedAndVisible Property, CellClass Class |
Returns whether this cell is the last displayed cell with a width greater than 0 in the right pane.
Syntax CellClass Class (Softelvdm.SftTreeNET)
VB |
Public ReadOnly Property IsLastDisplayedAndVisible As Boolean |
C# |
public bool IsLastDisplayedAndVisible { get; } |
C++ |
public: property bool IsLastDisplayedAndVisible { |
Property Value
True if this cell is the last displayed cell, otherwise False.
Comments
The IsLastDisplayedAndVisible property returns whether this cell is the last displayed cell with a width greater than 0 in the right pane.
If a tree control does not have a splitter bar (Splitter.Visible), this property applies to the left pane.
IsLastDisplayedAndVisibleInLeftPane is the equivalent property for the left pane.
A cell is considered displayed or visible even if it is horizontally scrolled off the control's display area. A cell can be scrolled into the display area of the control by using the CellClass.ScrollIntoView method.